home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE22
/
TIPTRIX
/
LISTING3.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1997-05-19
|
221 b
|
8 lines
function Tform1.GetNotebookPage( Index : integer ): TNotebookTabs;
var
S: string ;
begin
S := 'nt' + TabbedNotebook1.Pages[Index];
Result :=TNotebookTabs( GetEnumValue( TypeInfo( TNotebookTabs ), S ));
end;